DescribeRiskItemType
Description
call the DescribeRiskItemType interface to view the types of all cloud product configuration checks. Each detection item corresponds to a type. Check item types include identity authentication and permissions, network access control, log audit, data security, monitoring and alarm, and basic security protection.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeRiskItemType
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Lang | BODY | string | No | zh | the language type of the request and receive message. zh: Chinese en: English |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 3B3F3A90-46A5-4023-A2D8-D68B14262F96 | request ID of the result. |
Title | string | Identity authentication and permissions | check the type name. Such as "Identity Authentication and Permission". |
List | array | No sample value for this parameter. | cloud product configuration check item type information. |
Id | long | 1 | the id of the cloud product configuration check item. |
Example
Successful Response example
{
"RequestId":"3B3F3A90-46A5-4023-A2D8-D68B14262F96",
"Title":"Identity authentication and permissions",
"List":"",
"Id":"1"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}